DefaultSectionStyle Class

Represents default styles of the section style.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class DefaultSectionStyle : DefaultStyle
Inheritance
Object    DefaultStyle    DefaultSectionStyle

Constructors

DefaultSectionStyle Initializes a new instance of the DefaultSectionStyle class.

Properties

BackgroundColor Specifies the background color for section.
ColumnGap 
Columns Contains a collection of SectionColumn objects.
DontBalanceTextColumns Specifies whether the text column content should be evenly distributed over all text columns or not.
Family Contains the style family.
(Inherited from DefaultStyle)
LeftMargin Specifies the left margin for section.
Protect Specifies that sections should not be changed.
RightMargin Specifies the right margin for section.
Separator Specifies the separator for section.
WritingMode Writing mode is inherited from the page that contains the element where this attribute appears.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current DefaultSectionStyle object to its equivalent string representation.
(Overrides DefaultStyleToString)

See Also